home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6508.txt < prev    next >
Text File  |  1996-08-30  |  688b  |  13 lines

  1. Max
  2.  
  3. Maximum function. This function lets you calculate the maximum of a linear function of the input value and another linear function. If you specify numbers for all the parameters, you probably do not need the 窶彡窶 and 窶彭窶 parameters. However, if e.g., the 窶彭窶 parameter contains a reference to some node, the output value is the maximum of two linear functions. The first one is a linear function of the input value, while the second is a linear function of the value obtained from the referenced node
  4.  
  5. Default parameter values:
  6.     a = 1, b = 0, c = 0, d = 0, e = 0
  7.  
  8. Example:
  9.     a = 2, b = -2, c = 0, d = 0, e = 7
  10.  
  11.     Input = 4.2  =>  Output =     7
  12.     Input = 5.8  =>  Output =     9.6
  13.